HL7 FHIR Implementation Guide: ZM-Core Release 1 - Zambia
0.1.0 - Zambia flag

HL7 FHIR Implementation Guide: ZM-Core Release 1 - Zambia - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Communication Acknowledgement Task

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Task/ExampleZMCoreCommunicationTask> a fhir:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleZMCoreCommunicationTask"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-communication-task"^^xsd:anyURI ;
       fhir:link <http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-communication-task>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task ExampleZMCoreCommunicationTask</b></p><a name=\"ExampleZMCoreCommunicationTask\"> </a><a name=\"hcExampleZMCoreCommunicationTask\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-zm-core-communication-task.html\">ZM-Core Communication Task Profile</a></p></div><p><b>Communication Data Classification</b>: <span title=\"Codes:{http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-data-classification internal}\">Internal</span></p><p><b>identifier</b>: <code>http://hapi.moh.gov.zm/fhir/sid/communication-task-id</code>/TASK-DHIS2-2026-0001</p><p><b>basedOn</b>: <a href=\"CommunicationRequest-ExampleZMCoreCommunicationRequest.html\">CommunicationRequest: extension = Internal,http://hapi.moh.gov.zm/fhir/sid/message-template#DHIS2-REPORTING-REMINDER-v1,en,true,2026-08-11 17:00:00+0200,-&gt;Organization Chilenje First Level Hospital,SMS; identifier = http://hapi.moh.gov.zm/fhir/sid/communication-request-id#CR-DHIS2-2026-0001; status = active; intent = order; category = Operational; priority = routine; medium = Email; occurrence[x] = 2026-08-10 08:00:00+0200 --&gt; 2026-08-11 17:00:00+0200; authoredOn = 2026-08-08 10:00:00+0200</a></p><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-task-code acknowledge}\">Acknowledge communication</span></p><p><b>description</b>: Acknowledge the DHIS2 reporting reminder and submit the report before the deadline.</p><p><b>focus</b>: <a href=\"Communication-ExampleZMCoreCommunication.html\">Communication: extension = Internal,http://hapi.moh.gov.zm/fhir/sid/message-template#DHIS2-REPORTING-REMINDER-v1,en; identifier = http://hapi.moh.gov.zm/fhir/sid/communication-id#COMM-DHIS2-2026-0001; status = completed; category = Operational; priority = routine; medium = Email; topic = ; sent = 2026-08-10 08:00:05+0200; received = 2026-08-10 08:00:07+0200</a></p><p><b>requestedPeriod</b>: 2026-08-10 08:00:05+0200 --&gt; 2026-08-11 17:00:00+0200</p><p><b>authoredOn</b>: 2026-08-10 08:00:05+0200</p><p><b>requester</b>: <a href=\"Organization-ExampleZMCoreOrganization.html\">Organization Chilenje First Level Hospital</a></p><p><b>owner</b>: <a href=\"PractitionerRole-ExampleZMCorePractitionerRole.html\">PractitionerRole </a></p><h3>Restrictions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Recipient</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-ExampleZMCorePractitionerRole.html\">PractitionerRole </a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-communication-data-classification"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [ fhir:v "http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-data-classification"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "internal" ] ;
         fhir:display [ fhir:v "Internal" ]
       ] )
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://hapi.moh.gov.zm/fhir/sid/communication-task-id"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "TASK-DHIS2-2026-0001" ]
  ] ) ; # 
  fhir:basedOn ( [
     fhir:link <http://hl7.org/fhir/CommunicationRequest/ExampleZMCoreCommunicationRequest> ;
     fhir:reference [ fhir:v "CommunicationRequest/ExampleZMCoreCommunicationRequest" ]
  ] ) ; # 
  fhir:status [ fhir:v "requested"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-task-code"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "acknowledge" ] ;
       fhir:display [ fhir:v "Acknowledge communication" ]
     ] )
  ] ; # 
  fhir:description [ fhir:v "Acknowledge the DHIS2 reporting reminder and submit the report before the deadline."] ; # 
  fhir:focus [
     fhir:link <http://hl7.org/fhir/Communication/ExampleZMCoreCommunication> ;
     fhir:reference [ fhir:v "Communication/ExampleZMCoreCommunication" ]
  ] ; # 
  fhir:requestedPeriod [
     fhir:start [ fhir:v "2026-08-10T08:00:05+02:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2026-08-11T17:00:00+02:00"^^xsd:dateTime ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2026-08-10T08:00:05+02:00"^^xsd:dateTime] ; # 
  fhir:requester [
     fhir:link <http://hl7.org/fhir/Organization/ExampleZMCoreOrganization> ;
     fhir:reference [ fhir:v "Organization/ExampleZMCoreOrganization" ]
  ] ; # 
  fhir:owner [
     fhir:link <http://hl7.org/fhir/PractitionerRole/ExampleZMCorePractitionerRole> ;
     fhir:reference [ fhir:v "PractitionerRole/ExampleZMCorePractitionerRole" ]
  ] ; # 
  fhir:restriction [
     fhir:recipient ( [
       fhir:link <http://hl7.org/fhir/PractitionerRole/ExampleZMCorePractitionerRole> ;
       fhir:reference [ fhir:v "PractitionerRole/ExampleZMCorePractitionerRole" ]
     ] )
  ] . # 

<http://hl7.org/fhir/CommunicationRequest/ExampleZMCoreCommunicationRequest> a fhir:CommunicationRequest .

<http://hl7.org/fhir/Communication/ExampleZMCoreCommunication> a fhir:Communication .

<http://hl7.org/fhir/Organization/ExampleZMCoreOrganization> a fhir:Organization .

<http://hl7.org/fhir/PractitionerRole/ExampleZMCorePractitionerRole> a fhir:PractitionerRole .